home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / flocks.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-03-09  |  2.0 KB  |  59 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="flocks" _label="Flocks">
  4.  
  5.   <command arg="-r"/>
  6.  
  7.   <number id="01" type="spinbutton" arg="-l %"
  8.           _label="Leaders" low="1" high="100" default="4"/>
  9.  
  10.   <number id="02" type="spinbutton" arg="-f %"
  11.           _label="Followers" low="0" high="10000" default="400"/>
  12.  
  13.   <select id="03">
  14.     <option id="03A" _label="Geometry - Blobs"/>
  15.     <option id="03B" _label="Geometry - Dots" arg-set="-G"/>
  16.   </select>
  17.  
  18.   <number id="04" type="slider" arg="-i %"
  19.           _label="Bug size" _low-label="Smaller" _high-label="Larger"
  20.           low="1" high="100" default="10"/>
  21.  
  22.   <number id="05" type="slider" arg="-o %"
  23.           _label="Blob complexity" _low-label="Less" _high-label="More"
  24.           low="1" high="10" default="1"/>
  25.  
  26.   <number id="06" type="slider" arg="-s %"
  27.           _label="Speed" _low-label="Slower" _high-label="Faster"
  28.           low="1" high="100" default="15"/>
  29.  
  30.   <number id="07" type="slider" arg="-S %"
  31.           _label="Stretch" _low-label="Less" _high-label="More"
  32.           low="0" high="100" default="20"/>
  33.  
  34.   <number id="08" type="slider" arg="-O %"
  35.           _label="Color fade speed" _low-label="Slower" _high-label="Faster"
  36.           low="0" high="100" default="15"/>
  37.  
  38.   <boolean id="09" _label="ChromaDepth glasses" arg-set="-k"/>
  39.   <boolean id="10" _label="Show connections" arg-set="-c"/>
  40.  
  41.   <boolean id="11" _label="Run 'nice'" arg-set="-n"/>
  42.  
  43.   <number id="12" type="slider" arg="-t %"
  44.           _label="Trail Length" _low-label="Shorter" _high-label="Longer"
  45.           low="0" high="250" default="0"/>
  46.  
  47.   <number id="13" type="slider" arg="-b %"
  48.           _label="Motion blur" _low-label="Less" _high-label="More"
  49.           low="0" high="100" default="0"/>
  50.  
  51.   <_description>
  52. Another one of the nice GL screensavers from the ReallySlick ScreenSavers package
  53. written by Terry Walsh - <http://reallyslick.demonews.com>.
  54.  
  55. Ported to Linux by Tugrul Galatali - <http://rss-glx.sourceforge.net/>.
  56. Config Files by Curtis Haas.
  57.   </_description>
  58. </screensaver>
  59.